The Beginnings Of Windows Phone Control Kit
·85 words
For some situations, the controls that are out there are not enough. That is why I started working on my own control toolkit. As I work on my own applications and feel the need to implement a custom control, I will add it to the Windows Phone Control Kit collection.
Today, I decided to implement a “show-on-tap” menu, just like the one you see in the latest version of the Rowi client. My implementation is called TapMenu
, and it is a container for TapMenuButton
instances.